|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup>
|
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
9 | 9 | <OutputType>WinExe</OutputType>
|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
11 | 11 | <RootNamespace>DummyFileCreator</RootNamespace>
|
12 |
| - <AssemblyName>DummyFileCreator</AssemblyName> |
13 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 12 | + <AssemblyName>Dummy-File-Creator</AssemblyName> |
| 13 | + <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment>
|
15 | 15 | <TargetFrameworkProfile />
|
16 | 16 | </PropertyGroup>
|
|
23 | 23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
24 | 24 | <ErrorReport>prompt</ErrorReport>
|
25 | 25 | <WarningLevel>4</WarningLevel>
|
| 26 | + <Prefer32Bit>false</Prefer32Bit> |
26 | 27 | </PropertyGroup>
|
27 | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
28 | 29 | <PlatformTarget>x86</PlatformTarget>
|
|
32 | 33 | <DefineConstants>TRACE</DefineConstants>
|
33 | 34 | <ErrorReport>prompt</ErrorReport>
|
34 | 35 | <WarningLevel>4</WarningLevel>
|
| 36 | + <Prefer32Bit>false</Prefer32Bit> |
35 | 37 | </PropertyGroup>
|
36 | 38 | <ItemGroup>
|
| 39 | + <Reference Include="ANDREICSLIB, Version=1.0.104.0, Culture=neutral, processorArchitecture=MSIL"> |
| 40 | + <HintPath>packages\ANDREICSLIB.1.0.104.0\lib\net451\ANDREICSLIB.dll</HintPath> |
| 41 | + <Private>True</Private> |
| 42 | + </Reference> |
| 43 | + <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL"> |
| 44 | + <HintPath>packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath> |
| 45 | + <Private>True</Private> |
| 46 | + </Reference> |
| 47 | + <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 48 | + <HintPath>packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 49 | + <Private>True</Private> |
| 50 | + </Reference> |
37 | 51 | <Reference Include="System" />
|
38 | 52 | <Reference Include="System.Core" />
|
39 | 53 | <Reference Include="System.Runtime.Serialization" />
|
|
55 | 69 | </Compile>
|
56 | 70 | <Compile Include="Program.cs" />
|
57 | 71 | <Compile Include="Properties\AssemblyInfo.cs" />
|
58 |
| - <Compile Include="Service References\ServiceReference1\Reference.cs"> |
59 |
| - <AutoGen>True</AutoGen> |
60 |
| - <DesignTime>True</DesignTime> |
61 |
| - <DependentUpon>Reference.svcmap</DependentUpon> |
62 |
| - </Compile> |
63 | 72 | <EmbeddedResource Include="Form1.resx">
|
64 | 73 | <DependentUpon>Form1.cs</DependentUpon>
|
65 | 74 | </EmbeddedResource>
|
|
74 | 83 | <DesignTime>True</DesignTime>
|
75 | 84 | </Compile>
|
76 | 85 | <None Include="app.config" />
|
| 86 | + <None Include="packages.config" /> |
77 | 87 | <None Include="Properties\Settings.settings">
|
78 | 88 | <Generator>SettingsSingleFileGenerator</Generator>
|
79 | 89 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
83 | 93 | <DependentUpon>Settings.settings</DependentUpon>
|
84 | 94 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
85 | 95 | </Compile>
|
86 |
| - <None Include="Service References\ServiceReference1\DummyFileCreator.ServiceReference1.TitleInfoServiceModel.datasource"> |
87 |
| - <DependentUpon>Reference.svcmap</DependentUpon> |
88 |
| - </None> |
89 |
| - <None Include="Service References\ServiceReference1\Services.wsdl" /> |
90 |
| - <None Include="Service References\ServiceReference1\Services.xsd"> |
91 |
| - <SubType>Designer</SubType> |
92 |
| - </None> |
93 |
| - <None Include="Service References\ServiceReference1\Services1.xsd"> |
94 |
| - <SubType>Designer</SubType> |
95 |
| - </None> |
96 |
| - <None Include="Service References\ServiceReference1\Services2.xsd"> |
97 |
| - <SubType>Designer</SubType> |
98 |
| - </None> |
99 |
| - </ItemGroup> |
100 |
| - <ItemGroup> |
101 |
| - <ProjectReference Include="..\..\..\ANDREICSLIB\SOURCE\ANDREICSLIB\ANDREICSLIB.csproj"> |
102 |
| - <Project>{469B8120-B6D8-48BD-97C4-AFAB63AEE304}</Project> |
103 |
| - <Name>ANDREICSLIB</Name> |
104 |
| - </ProjectReference> |
105 |
| - </ItemGroup> |
106 |
| - <ItemGroup> |
107 |
| - <WCFMetadata Include="Service References\" /> |
108 |
| - </ItemGroup> |
109 |
| - <ItemGroup> |
110 |
| - <WCFMetadataStorage Include="Service References\ServiceReference1\" /> |
111 |
| - </ItemGroup> |
112 |
| - <ItemGroup> |
113 |
| - <None Include="Service References\ServiceReference1\Services.disco" /> |
114 |
| - </ItemGroup> |
115 |
| - <ItemGroup> |
116 |
| - <None Include="Service References\ServiceReference1\configuration91.svcinfo" /> |
117 |
| - </ItemGroup> |
118 |
| - <ItemGroup> |
119 |
| - <None Include="Service References\ServiceReference1\configuration.svcinfo" /> |
120 |
| - </ItemGroup> |
121 |
| - <ItemGroup> |
122 |
| - <None Include="Service References\ServiceReference1\Reference.svcmap"> |
123 |
| - <Generator>WCF Proxy Generator</Generator> |
124 |
| - <LastGenOutput>Reference.cs</LastGenOutput> |
125 |
| - </None> |
126 | 96 | </ItemGroup>
|
127 | 97 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
128 | 98 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
0 commit comments