OSDN Git Service

Improved test script.
[slunkcrypt/SlunkCrypt.git] / gui / SlunkCryptGUI.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProjectGuid>{568F3936-B520-4371-981C-E7A4DA781737}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>com.muldersoft.slunkcrypt.gui</RootNamespace>
11     <AssemblyName>slunkcrypt-gui</AssemblyName>
12     <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13     <FileAlignment>512</FileAlignment>
14     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
15     <WarningLevel>4</WarningLevel>
16     <TargetFrameworkProfile />
17   </PropertyGroup>
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19     <PlatformTarget>AnyCPU</PlatformTarget>
20     <DebugSymbols>true</DebugSymbols>
21     <DebugType>full</DebugType>
22     <Optimize>false</Optimize>
23     <OutputPath>$(SolutionDir)bin\debug\</OutputPath>
24     <IntermediateOutputPath>$(SolutionDir)obj\Debug\SlunkCryptGUI\</IntermediateOutputPath>
25     <DefineConstants>DEBUG;TRACE</DefineConstants>
26     <ErrorReport>prompt</ErrorReport>
27     <WarningLevel>4</WarningLevel>
28     <Prefer32Bit>false</Prefer32Bit>
29     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
30   </PropertyGroup>
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32     <PlatformTarget>AnyCPU</PlatformTarget>
33     <DebugType>none</DebugType>
34     <Optimize>true</Optimize>
35     <OutputPath>$(SolutionDir)bin\static\</OutputPath>
36     <IntermediateOutputPath>$(SolutionDir)obj\Release\SlunkCryptGUI\</IntermediateOutputPath>
37     <DefineConstants>TRACE</DefineConstants>
38     <ErrorReport>prompt</ErrorReport>
39     <WarningLevel>4</WarningLevel>
40     <Prefer32Bit>false</Prefer32Bit>
41     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
42   </PropertyGroup>
43   <PropertyGroup>
44     <StartupObject>com.muldersoft.slunkcrypt.gui.App</StartupObject>
45   </PropertyGroup>
46   <PropertyGroup>
47     <ApplicationIcon>Resources\Application.ico</ApplicationIcon>
48   </PropertyGroup>
49   <PropertyGroup>
50     <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
51   </PropertyGroup>
52   <PropertyGroup />
53   <PropertyGroup />
54   <PropertyGroup>
55     <ApplicationManifest>Resources\Application.manifest</ApplicationManifest>
56   </PropertyGroup>
57   <ItemGroup>
58     <Reference Include="System" />
59     <Reference Include="Microsoft.CSharp" />
60     <Reference Include="System.Configuration" />
61     <Reference Include="System.Core" />
62     <Reference Include="System.Xaml" />
63     <Reference Include="PresentationCore" />
64     <Reference Include="PresentationFramework" />
65     <Reference Include="WindowsBase" />
66   </ItemGroup>
67   <ItemGroup>
68     <ApplicationDefinition Include="App.xaml">
69       <Generator>MSBuild:Compile</Generator>
70       <SubType>Designer</SubType>
71     </ApplicationDefinition>
72     <Compile Include="Controls\Hyperlink.xaml.cs">
73       <DependentUpon>Hyperlink.xaml</DependentUpon>
74     </Compile>
75     <Compile Include="Controls\ImageButton.xaml.cs">
76       <DependentUpon>ImageButton.xaml</DependentUpon>
77     </Compile>
78     <Compile Include="Controls\ImageToggleButton.xaml.cs">
79       <DependentUpon>ImageToggleButton.xaml</DependentUpon>
80     </Compile>
81     <Compile Include="Controls\PasswordToggleBox.xaml.cs">
82       <DependentUpon>PasswordToggleBox.xaml</DependentUpon>
83     </Compile>
84     <Compile Include="Properties\_Version.cs" />
85     <Compile Include="Utilities\EnumHelper.cs" />
86     <Compile Include="Process\ExecutableHelper.cs" />
87     <Compile Include="Utilities\ApplicationConfig.cs" />
88     <Compile Include="Utilities\CPUFeatures.cs" />
89     <Compile Include="Process\SlunkCryptRunner.cs" />
90     <Compile Include="Utilities\BusyManager.cs" />
91     <Compile Include="Utilities\CPU\CPUCapabilities.cs" />
92     <Compile Include="Process\PasswordGen.cs" />
93     <Compile Include="Utilities\PathUtils.cs" />
94     <Compile Include="Utilities\SystemMenu.cs" />
95     <Compile Include="Utilities\VisibilityConverter.cs" />
96     <Compile Include="Utilities\FontSizeConverter.cs" />
97     <Compile Include="Utilities\ProcessRunner.cs" />
98     <Compile Include="Utilities\VersionInfo.cs" />
99     <Page Include="Controls\Hyperlink.xaml">
100       <SubType>Designer</SubType>
101       <Generator>MSBuild:Compile</Generator>
102     </Page>
103     <Page Include="Controls\ImageButton.xaml">
104       <Generator>MSBuild:Compile</Generator>
105       <SubType>Designer</SubType>
106     </Page>
107     <Page Include="Controls\ImageToggleButton.xaml">
108       <SubType>Designer</SubType>
109       <Generator>MSBuild:Compile</Generator>
110     </Page>
111     <Page Include="Controls\PasswordToggleBox.xaml">
112       <SubType>Designer</SubType>
113       <Generator>MSBuild:Compile</Generator>
114     </Page>
115     <Page Include="SlunkCryptGUI.xaml">
116       <Generator>MSBuild:Compile</Generator>
117       <SubType>Designer</SubType>
118     </Page>
119     <Compile Include="App.xaml.cs">
120       <DependentUpon>App.xaml</DependentUpon>
121       <SubType>Code</SubType>
122     </Compile>
123     <Compile Include="SlunkCryptGUI.xaml.cs">
124       <DependentUpon>SlunkCryptGUI.xaml</DependentUpon>
125       <SubType>Code</SubType>
126     </Compile>
127   </ItemGroup>
128   <ItemGroup>
129     <Compile Include="Properties\AssemblyInfo.cs">
130       <SubType>Code</SubType>
131     </Compile>
132     <Compile Include="Properties\Resources.Designer.cs">
133       <AutoGen>True</AutoGen>
134       <DesignTime>True</DesignTime>
135       <DependentUpon>Resources.resx</DependentUpon>
136     </Compile>
137     <Compile Include="Properties\Settings.Designer.cs">
138       <AutoGen>True</AutoGen>
139       <DependentUpon>Settings.settings</DependentUpon>
140       <DesignTimeSharedInput>True</DesignTimeSharedInput>
141     </Compile>
142     <EmbeddedResource Include="Properties\Resources.resx">
143       <Generator>ResXFileCodeGenerator</Generator>
144       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
145     </EmbeddedResource>
146     <None Include="Properties\Settings.settings">
147       <Generator>SettingsSingleFileGenerator</Generator>
148       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
149     </None>
150     <AppDesigner Include="Properties\" />
151     <None Include="Resources\Application.manifest" />
152     <Resource Include="Resources\Fonts\Hack-Bold.ttf" />
153     <Resource Include="Resources\Fonts\Hack-BoldItalic.ttf" />
154     <Resource Include="Resources\Fonts\Hack-Italic.ttf" />
155     <Resource Include="Resources\Fonts\Hack-Regular.ttf" />
156   </ItemGroup>
157   <ItemGroup>
158     <None Include="App.config" />
159   </ItemGroup>
160   <ItemGroup>
161     <Resource Include="Resources\Banner.png" />
162   </ItemGroup>
163   <ItemGroup>
164     <Resource Include="Resources\Application.ico" />
165   </ItemGroup>
166   <ItemGroup>
167     <Resource Include="Resources\Cancel.png" />
168     <Resource Include="Resources\Exit.png" />
169   </ItemGroup>
170   <ItemGroup>
171     <Resource Include="Resources\Info.png" />
172   </ItemGroup>
173   <ItemGroup>
174     <Resource Include="Resources\Start.png" />
175   </ItemGroup>
176   <ItemGroup>
177     <Resource Include="Resources\Browse.png" />
178   </ItemGroup>
179   <ItemGroup>
180     <Resource Include="Resources\Eye_1.png" />
181   </ItemGroup>
182   <ItemGroup>
183     <Resource Include="Resources\Eye_2.png" />
184   </ItemGroup>
185   <ItemGroup>
186     <Resource Include="Resources\Tab_Encrypt.png" />
187   </ItemGroup>
188   <ItemGroup>
189     <Resource Include="Resources\Tab_Decrypt.png" />
190   </ItemGroup>
191   <ItemGroup>
192     <Resource Include="Resources\Tab_LogFile.png" />
193   </ItemGroup>
194   <ItemGroup>
195     <Resource Include="Resources\Refresh.png" />
196   </ItemGroup>
197   <ItemGroup>
198     <Resource Include="Resources\Die.png" />
199   </ItemGroup>
200   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
201   <PropertyGroup>
202     <PostBuildEvent>copy /Y "$(SolutionDir)\etc\deps\cpu-capabilities\*.dll" "$(TargetDir)"</PostBuildEvent>
203   </PropertyGroup>
204   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
205        Other similar extension points exist, see Microsoft.Common.targets.
206   <Target Name="BeforeBuild">
207   </Target>
208   <Target Name="AfterBuild">
209   </Target>
210   -->
211 </Project>