equal
deleted
inserted
replaced
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
6 <ProductVersion>8.0.30703</ProductVersion> |
6 <ProductVersion>8.0.30703</ProductVersion> |
7 <SchemaVersion>2.0</SchemaVersion> |
7 <SchemaVersion>2.0</SchemaVersion> |
8 <ProjectGuid>{09EF8613-2F1B-4F1D-B6B1-22938EBB529A}</ProjectGuid> |
8 <ProjectGuid>{09EF8613-2F1B-4F1D-B6B1-22938EBB529A}</ProjectGuid> |
9 <OutputType>Exe</OutputType> |
9 <OutputType>WinExe</OutputType> |
10 <AppDesignerFolder>Properties</AppDesignerFolder> |
10 <AppDesignerFolder>Properties</AppDesignerFolder> |
11 <RootNamespace>Trakers</RootNamespace> |
11 <RootNamespace>Trakers</RootNamespace> |
12 <AssemblyName>Trakers</AssemblyName> |
12 <AssemblyName>Trakers</AssemblyName> |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
14 <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
75 <Reference Include="PresentationCore" /> |
75 <Reference Include="PresentationCore" /> |
76 <Reference Include="PresentationFramework" /> |
76 <Reference Include="PresentationFramework" /> |
77 </ItemGroup> |
77 </ItemGroup> |
78 <ItemGroup> |
78 <ItemGroup> |
79 <Compile Include="Communication\Server.cs" /> |
79 <Compile Include="Communication\Server.cs" /> |
|
80 <Compile Include="Debug\DebugParameters.xaml.cs"> |
|
81 <DependentUpon>DebugParameters.xaml</DependentUpon> |
|
82 </Compile> |
80 <Compile Include="Debug\DebugWindow.xaml.cs"> |
83 <Compile Include="Debug\DebugWindow.xaml.cs"> |
81 <DependentUpon>DebugWindow.xaml</DependentUpon> |
84 <DependentUpon>DebugWindow.xaml</DependentUpon> |
82 </Compile> |
85 </Compile> |
83 <Compile Include="MainClass.cs" /> |
86 <Compile Include="MainClass.cs" /> |
84 <Compile Include="Properties\AssemblyInfo.cs"> |
87 <Compile Include="Properties\AssemblyInfo.cs"> |
134 </None> |
137 </None> |
135 <AppDesigner Include="Properties\" /> |
138 <AppDesigner Include="Properties\" /> |
136 </ItemGroup> |
139 </ItemGroup> |
137 <ItemGroup /> |
140 <ItemGroup /> |
138 <ItemGroup> |
141 <ItemGroup> |
|
142 <Page Include="Debug\DebugParameters.xaml"> |
|
143 <SubType>Designer</SubType> |
|
144 <Generator>MSBuild:Compile</Generator> |
|
145 </Page> |
139 <Page Include="Debug\DebugWindow.xaml"> |
146 <Page Include="Debug\DebugWindow.xaml"> |
140 <Generator>MSBuild:Compile</Generator> |
147 <Generator>MSBuild:Compile</Generator> |
141 <SubType>Designer</SubType> |
148 <SubType>Designer</SubType> |
142 </Page> |
149 </Page> |
143 </ItemGroup> |
150 </ItemGroup> |