164 lines
		
	
	
		
			6.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			164 lines
		
	
	
		
			6.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <PropertyGroup>
 | |
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | |
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 | |
|     <ProductVersion>8.0.50727</ProductVersion>
 | |
|     <SchemaVersion>2.0</SchemaVersion>
 | |
|     <ProjectGuid>{DAB85BA2-86A3-4D3B-8D34-324D939D952C}</ProjectGuid>
 | |
|     <OutputType>WinExe</OutputType>
 | |
|     <AppDesignerFolder>Properties</AppDesignerFolder>
 | |
|     <RootNamespace>PTWin</RootNamespace>
 | |
|     <AssemblyName>PTWin</AssemblyName>
 | |
|     <StartupObject>PTWin.Program</StartupObject>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | |
|     <DebugSymbols>true</DebugSymbols>
 | |
|     <DebugType>full</DebugType>
 | |
|     <Optimize>false</Optimize>
 | |
|     <OutputPath>bin\Debug\</OutputPath>
 | |
|     <DefineConstants>DEBUG;TRACE</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | |
|     <DebugType>pdbonly</DebugType>
 | |
|     <Optimize>true</Optimize>
 | |
|     <OutputPath>bin\Release\</OutputPath>
 | |
|     <DefineConstants>TRACE</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <Reference Include="Csla, Version=2.0.0.0, Culture=neutral, PublicKeyToken=93be5fdc093e4c30, processorArchitecture=MSIL">
 | |
|       <SpecificVersion>False</SpecificVersion>
 | |
|       <HintPath>..\..\csla20cs\Csla\bin\Debug\Csla.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System" />
 | |
|     <Reference Include="System.Data" />
 | |
|     <Reference Include="System.Deployment" />
 | |
|     <Reference Include="System.Drawing" />
 | |
|     <Reference Include="System.Windows.Forms" />
 | |
|     <Reference Include="System.Xml" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Compile Include="LoginForm.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="LoginForm.Designer.cs">
 | |
|       <DependentUpon>LoginForm.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="MainForm.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="MainForm.Designer.cs">
 | |
|       <DependentUpon>MainForm.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Program.cs" />
 | |
|     <Compile Include="ProjectEdit.cs">
 | |
|       <SubType>UserControl</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="ProjectEdit.Designer.cs">
 | |
|       <DependentUpon>ProjectEdit.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="ProjectSelect.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="ProjectSelect.Designer.cs">
 | |
|       <DependentUpon>ProjectSelect.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Properties\AssemblyInfo.cs" />
 | |
|     <EmbeddedResource Include="LoginForm.resx">
 | |
|       <SubType>Designer</SubType>
 | |
|       <DependentUpon>LoginForm.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="MainForm.resx">
 | |
|       <SubType>Designer</SubType>
 | |
|       <DependentUpon>MainForm.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="ProjectEdit.resx">
 | |
|       <SubType>Designer</SubType>
 | |
|       <DependentUpon>ProjectEdit.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="ProjectSelect.resx">
 | |
|       <SubType>Designer</SubType>
 | |
|       <DependentUpon>ProjectSelect.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="Properties\Resources.resx">
 | |
|       <Generator>ResXFileCodeGenerator</Generator>
 | |
|       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
 | |
|       <SubType>Designer</SubType>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="ResourceEdit.resx">
 | |
|       <SubType>Designer</SubType>
 | |
|       <DependentUpon>ResourceEdit.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="ResourceSelect.resx">
 | |
|       <SubType>Designer</SubType>
 | |
|       <DependentUpon>ResourceSelect.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="RolesEdit.resx">
 | |
|       <SubType>Designer</SubType>
 | |
|       <DependentUpon>RolesEdit.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <Compile Include="Properties\Resources.Designer.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DependentUpon>Resources.resx</DependentUpon>
 | |
|       <DesignTime>True</DesignTime>
 | |
|     </Compile>
 | |
|     <None Include="App.config" />
 | |
|     <None Include="Properties\DataSources\ProjectTracker.Library.Admin.Roles.datasource" />
 | |
|     <None Include="Properties\DataSources\ProjectTracker.Library.Project.datasource" />
 | |
|     <None Include="Properties\DataSources\ProjectTracker.Library.ProjectList.datasource" />
 | |
|     <None Include="Properties\DataSources\ProjectTracker.Library.Resource.datasource" />
 | |
|     <None Include="Properties\DataSources\ProjectTracker.Library.ResourceList.datasource" />
 | |
|     <None Include="Properties\DataSources\ProjectTracker.Library.RoleList.datasource" />
 | |
|     <None Include="Properties\Settings.settings">
 | |
|       <Generator>SettingsSingleFileGenerator</Generator>
 | |
|       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
 | |
|     </None>
 | |
|     <Compile Include="Properties\Settings.Designer.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DependentUpon>Settings.settings</DependentUpon>
 | |
|       <DesignTimeSharedInput>True</DesignTimeSharedInput>
 | |
|     </Compile>
 | |
|     <Compile Include="ResourceEdit.cs">
 | |
|       <SubType>UserControl</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="ResourceEdit.Designer.cs">
 | |
|       <DependentUpon>ResourceEdit.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="ResourceSelect.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="ResourceSelect.Designer.cs">
 | |
|       <DependentUpon>ResourceSelect.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="RolesEdit.cs">
 | |
|       <SubType>UserControl</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="RolesEdit.Designer.cs">
 | |
|       <DependentUpon>RolesEdit.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="StatusBusy.cs" />
 | |
|     <Compile Include="WinPart.cs">
 | |
|       <SubType>UserControl</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="WinPart.Designer.cs">
 | |
|       <DependentUpon>WinPart.cs</DependentUpon>
 | |
|     </Compile>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\ProjectTracker.Library\ProjectTracker.Library.csproj">
 | |
|       <Project>{366FD3E8-E0AA-40CF-99ED-BB2966E30C96}</Project>
 | |
|       <Name>ProjectTracker.Library</Name>
 | |
|     </ProjectReference>
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 | |
|   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 | |
|        Other similar extension points exist, see Microsoft.Common.targets.
 | |
|   <Target Name="BeforeBuild">
 | |
|   </Target>
 | |
|   <Target Name="AfterBuild">
 | |
|   </Target>
 | |
|   -->
 | |
| </Project> |