OSDN Git Service

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