comparison ARClient/ARClient.csproj @ 0:90ea68d4f92f

First release
author Ivo Smits <Ivo@UCIS.nl>
date Sat, 08 Nov 2014 22:43:51 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:90ea68d4f92f
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{84FCD326-D7C1-4D03-845B-433CA0A4E696}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>ARClient</RootNamespace>
12 <AssemblyName>ARClient</AssemblyName>
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>pdbonly</DebugType>
27 <Optimize>true</Optimize>
28 <OutputPath>bin\Release\</OutputPath>
29 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 </PropertyGroup>
33 <ItemGroup>
34 <Reference Include="System" />
35 <Reference Include="System.Drawing" />
36 <Reference Include="System.Windows.Forms" />
37 </ItemGroup>
38 <ItemGroup>
39 <Compile Include="Form1.cs">
40 <SubType>Form</SubType>
41 </Compile>
42 <Compile Include="Form1.Designer.cs">
43 <DependentUpon>Form1.cs</DependentUpon>
44 </Compile>
45 <Compile Include="frmEditResource.cs">
46 <SubType>Form</SubType>
47 </Compile>
48 <Compile Include="frmEditResource.Designer.cs">
49 <DependentUpon>frmEditResource.cs</DependentUpon>
50 </Compile>
51 <Compile Include="frmSettings.cs">
52 <SubType>Form</SubType>
53 </Compile>
54 <Compile Include="frmSettings.Designer.cs">
55 <DependentUpon>frmSettings.cs</DependentUpon>
56 </Compile>
57 <Compile Include="frmSync.cs">
58 <SubType>Form</SubType>
59 </Compile>
60 <Compile Include="frmSync.Designer.cs">
61 <DependentUpon>frmSync.cs</DependentUpon>
62 </Compile>
63 <Compile Include="frmTextInput.cs">
64 <SubType>Form</SubType>
65 </Compile>
66 <Compile Include="frmTextInput.Designer.cs">
67 <DependentUpon>frmTextInput.cs</DependentUpon>
68 </Compile>
69 <Compile Include="MARC.cs" />
70 <Compile Include="Program.cs" />
71 <Compile Include="Properties\AssemblyInfo.cs" />
72 <EmbeddedResource Include="Form1.resx">
73 <DependentUpon>Form1.cs</DependentUpon>
74 </EmbeddedResource>
75 <EmbeddedResource Include="frmSettings.resx">
76 <DependentUpon>frmSettings.cs</DependentUpon>
77 </EmbeddedResource>
78 <EmbeddedResource Include="frmSync.resx">
79 <DependentUpon>frmSync.cs</DependentUpon>
80 </EmbeddedResource>
81 <EmbeddedResource Include="frmTextInput.resx">
82 <DependentUpon>frmTextInput.cs</DependentUpon>
83 </EmbeddedResource>
84 <None Include="Properties\Settings.settings">
85 <Generator>SettingsSingleFileGenerator</Generator>
86 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
87 </None>
88 <Compile Include="Properties\Settings.Designer.cs">
89 <AutoGen>True</AutoGen>
90 <DependentUpon>Settings.settings</DependentUpon>
91 <DesignTimeSharedInput>True</DesignTimeSharedInput>
92 </Compile>
93 </ItemGroup>
94 <ItemGroup>
95 <EmbeddedResource Include="frmEditResource.resx">
96 <DependentUpon>frmEditResource.cs</DependentUpon>
97 </EmbeddedResource>
98 </ItemGroup>
99 <ItemGroup>
100 <ProjectReference Include="..\UCIS.Core\UCIS.Core.csproj">
101 <Project>{3200885C-E36B-400B-BE21-6209B47832E6}</Project>
102 <Name>UCIS.Core</Name>
103 </ProjectReference>
104 </ItemGroup>
105 <ItemGroup>
106 <EmbeddedResource Include="..\UCIS.Core\bin\Release\UCIS.Core.dll">
107 <Link>UCIS.Core.dll</Link>
108 </EmbeddedResource>
109 </ItemGroup>
110 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
111 </Project>