1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<Project ToolsVersion="4.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>{C48F4757-B8AD-486C-9A86-26BE82128FCC}</ProjectGuid> |
8 |
<OutputType>WinExe</OutputType> |
9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 |
<RootNamespace>OhmsLawCalc</RootNamespace> |
11 |
<AssemblyName>OhmsLawCalc</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
13 |
<FileAlignment>512</FileAlignment> |
14 |
<TargetFrameworkProfile /> |
15 |
</PropertyGroup> |
16 |
<PropertyGroup> |
17 |
<ApplicationIcon>9032414-1374906943205-144x144.ico</ApplicationIcon> |
18 |
</PropertyGroup> |
19 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
20 |
<DebugSymbols>true</DebugSymbols> |
21 |
<OutputPath>bin\x86\Debug\</OutputPath> |
22 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
23 |
<DebugType>full</DebugType> |
24 |
<PlatformTarget>x86</PlatformTarget> |
25 |
<ErrorReport>prompt</ErrorReport> |
26 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
27 |
</PropertyGroup> |
28 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
29 |
<OutputPath>bin\x86\Release\</OutputPath> |
30 |
<DefineConstants>TRACE</DefineConstants> |
31 |
<Optimize>true</Optimize> |
32 |
<DebugType>pdbonly</DebugType> |
33 |
<PlatformTarget>x86</PlatformTarget> |
34 |
<ErrorReport>prompt</ErrorReport> |
35 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
36 |
</PropertyGroup> |
37 |
<ItemGroup> |
38 |
<Reference Include="Enterprise.Logging, Version=1.2.8.470, Culture=neutral, processorArchitecture=x86"> |
39 |
<SpecificVersion>False</SpecificVersion> |
40 |
<HintPath>..\deps\Enterprise.Logging\x86\Debug\Enterprise.Logging.dll</HintPath> |
41 |
</Reference> |
42 |
<Reference Include="System" /> |
43 |
<Reference Include="System.Data" /> |
44 |
<Reference Include="System.Deployment" /> |
45 |
<Reference Include="System.Drawing" /> |
46 |
<Reference Include="System.Windows.Forms" /> |
47 |
<Reference Include="System.Xml" /> |
48 |
</ItemGroup> |
49 |
<ItemGroup> |
50 |
<Compile Include="Form1.cs"> |
51 |
<SubType>Form</SubType> |
52 |
</Compile> |
53 |
<Compile Include="Form1.Designer.cs"> |
54 |
<DependentUpon>Form1.cs</DependentUpon> |
55 |
</Compile> |
56 |
<Compile Include="NativeMethods.cs" /> |
57 |
<Compile Include="Program.cs" /> |
58 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
59 |
<Compile Include="UI\CircuitValue.cs"> |
60 |
<SubType>UserControl</SubType> |
61 |
</Compile> |
62 |
<Compile Include="UI\CircuitValue.Designer.cs"> |
63 |
<DependentUpon>CircuitValue.cs</DependentUpon> |
64 |
</Compile> |
65 |
<Compile Include="UI\FloatBox.cs"> |
66 |
<SubType>UserControl</SubType> |
67 |
</Compile> |
68 |
<Compile Include="UI\FloatBox.Designer.cs" /> |
69 |
<Compile Include="UI\IResetInput.cs" /> |
70 |
<Compile Include="UI\NumericBoxBase.cs"> |
71 |
<SubType>UserControl</SubType> |
72 |
</Compile> |
73 |
<Compile Include="UI\NumericBoxBase.Designer.cs" /> |
74 |
<Compile Include="UI\UICurrentInput.cs"> |
75 |
<SubType>UserControl</SubType> |
76 |
</Compile> |
77 |
<Compile Include="UI\UICurrentInput.Designer.cs"> |
78 |
<DependentUpon>UICurrentInput.cs</DependentUpon> |
79 |
</Compile> |
80 |
<Compile Include="UI\UIInput.cs"> |
81 |
<SubType>UserControl</SubType> |
82 |
</Compile> |
83 |
<Compile Include="UI\UIInput.Designer.cs"> |
84 |
<DependentUpon>UIInput.cs</DependentUpon> |
85 |
</Compile> |
86 |
<Compile Include="UI\UIPowerInput.cs"> |
87 |
<SubType>UserControl</SubType> |
88 |
</Compile> |
89 |
<Compile Include="UI\UIPowerInput.Designer.cs"> |
90 |
<DependentUpon>UIPowerInput.cs</DependentUpon> |
91 |
</Compile> |
92 |
<Compile Include="UI\UIResistanceInput.cs"> |
93 |
<SubType>UserControl</SubType> |
94 |
</Compile> |
95 |
<Compile Include="UI\UIResistanceInput.Designer.cs"> |
96 |
<DependentUpon>UIResistanceInput.cs</DependentUpon> |
97 |
</Compile> |
98 |
<Compile Include="UI\UIVoltageInput.cs"> |
99 |
<SubType>UserControl</SubType> |
100 |
</Compile> |
101 |
<Compile Include="UI\UIVoltageInput.Designer.cs"> |
102 |
<DependentUpon>UIVoltageInput.cs</DependentUpon> |
103 |
</Compile> |
104 |
<EmbeddedResource Include="Form1.resx"> |
105 |
<DependentUpon>Form1.cs</DependentUpon> |
106 |
</EmbeddedResource> |
107 |
<EmbeddedResource Include="Properties\Resources.resx"> |
108 |
<Generator>ResXFileCodeGenerator</Generator> |
109 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
110 |
<SubType>Designer</SubType> |
111 |
</EmbeddedResource> |
112 |
<Compile Include="Properties\Resources.Designer.cs"> |
113 |
<AutoGen>True</AutoGen> |
114 |
<DependentUpon>Resources.resx</DependentUpon> |
115 |
<DesignTime>True</DesignTime> |
116 |
</Compile> |
117 |
<EmbeddedResource Include="UI\CircuitValue.resx"> |
118 |
<DependentUpon>CircuitValue.cs</DependentUpon> |
119 |
</EmbeddedResource> |
120 |
<EmbeddedResource Include="UI\FloatBox.resx" /> |
121 |
<EmbeddedResource Include="UI\NumericBoxBase.resx" /> |
122 |
<EmbeddedResource Include="UI\UICurrentInput.resx"> |
123 |
<DependentUpon>UICurrentInput.cs</DependentUpon> |
124 |
</EmbeddedResource> |
125 |
<EmbeddedResource Include="UI\UIInput.resx"> |
126 |
<DependentUpon>UIInput.cs</DependentUpon> |
127 |
</EmbeddedResource> |
128 |
<EmbeddedResource Include="UI\UIPowerInput.resx"> |
129 |
<DependentUpon>UIPowerInput.cs</DependentUpon> |
130 |
</EmbeddedResource> |
131 |
<EmbeddedResource Include="UI\UIResistanceInput.resx"> |
132 |
<DependentUpon>UIResistanceInput.cs</DependentUpon> |
133 |
</EmbeddedResource> |
134 |
<EmbeddedResource Include="UI\UIVoltageInput.resx"> |
135 |
<DependentUpon>UIVoltageInput.cs</DependentUpon> |
136 |
</EmbeddedResource> |
137 |
<None Include="app.config" /> |
138 |
<None Include="Properties\Settings.settings"> |
139 |
<Generator>SettingsSingleFileGenerator</Generator> |
140 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
141 |
</None> |
142 |
<Compile Include="Properties\Settings.Designer.cs"> |
143 |
<AutoGen>True</AutoGen> |
144 |
<DependentUpon>Settings.settings</DependentUpon> |
145 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
146 |
</Compile> |
147 |
</ItemGroup> |
148 |
<ItemGroup> |
149 |
<ProjectReference Include="..\libOhmsLawCalc\libOhmsLawCalc.csproj"> |
150 |
<Project>{b91b642a-1e02-4ec2-934f-b29acbfa2f04}</Project> |
151 |
<Name>libOhmsLawCalc</Name> |
152 |
</ProjectReference> |
153 |
</ItemGroup> |
154 |
<ItemGroup> |
155 |
<Content Include="9032414-1374906943205-144x144.ico" /> |
156 |
</ItemGroup> |
157 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
158 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
159 |
Other similar extension points exist, see Microsoft.Common.targets. |
160 |
<Target Name="BeforeBuild"> |
161 |
</Target> |
162 |
<Target Name="AfterBuild"> |
163 |
</Target> |
164 |
--> |
165 |
</Project> |